home *** CD-ROM | disk | FTP | other *** search
/ Cisco Networkers 1998 / Cisco Networkers 1998.iso / pc / talks / index / style / style.plc < prev   
Encoding:
Text File  |  1998-04-27  |  1.1 KB  |  44 lines

  1. # $Header: /Code/v31/TOOLS/imevent/style/STYLE.PLC 1     1/23/98 3:26p Bressler $
  2. # (C) Copyright 1995-1996 Eloquent, Inc.  All Rights Reserved
  3. #
  4. # Example style.plc file with default policy settings.
  5. # Everything is optional including the file itself.
  6. # Note: all options are currently commented out.
  7. $control: 1
  8. policy:
  9. {
  10.   mode: default
  11.   {    
  12.     index_policy:
  13. #        /goaldocs = 4096
  14.         /instances_floor = 524288    # 16384
  15.         /instances_ceiling = 1048576 # 524288
  16. #        /maxdocs = 8192
  17. #        /minparts = 2
  18. #        /maxparts = 10
  19. #        /goalparts = 4
  20. #        /verify_on_submit = no
  21. #        /error_on_bad_update = no
  22. #        /keep_revisions = 25
  23. #        /read_only = no        
  24. #               /disable_locking = no
  25.     work_policy:
  26. #        /work_interval = 20 
  27. #        /est_work_length = 120 
  28. #        /housekeeping_interval = 300
  29. #        /housekeeping_age = 600
  30. #        /min_disk_free = 1000
  31. #        /disk_free_interval = 300
  32. #        /max_new_docs = 4096
  33. #        /lock_retry_count = 40
  34. #        /general_retry_count = 3
  35. #        /max_new_work = 500
  36. #        /permissions = 0000
  37. #        /maintenance_interval = 300
  38.     logfile_policy:
  39. #        /min_log_size = 5000
  40. #        /max_log_size = 10000
  41.  
  42.     }
  43. }
  44.